projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03745a4
)
docs: Add a section on a11y patterns
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 19 Oct 2020 17:39:40 +0000
(18:39 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 19 Oct 2020 17:39:40 +0000
(18:39 +0100)
docs/reference/gtk/section-accessibility.md
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/section-accessibility.md
b/docs/reference/gtk/section-accessibility.md
index 9d352f640f627058727a751981445e8d62c4d600..5576066e2f7a4bbab19a5e5f0b9e7934c51482d8 100644
(file)
--- a/
docs/reference/gtk/section-accessibility.md
+++ b/
docs/reference/gtk/section-accessibility.md
@@
-284,3
+284,7
@@
accessible label as "Download Final report.pdf".
The power of hiding and enhancing can be a double-edged sword, as it can
lead to inadvertently overriding the accessible semantics of existing
widgets.
+
+## Design patterns and custom widgets
+
+...